home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / Programs / FlashFXP.v2.1.924.FINAL / FlashFXP.exe / 0 / RCDATA / TFRMSPACE / TFRMSPACE.txt
Encoding:
Text File  |  2003-07-01  |  2.9 KB  |  161 lines

  1. object FrmSpace: TFrmSpace
  2.   Left = 381
  3.   Top = 265
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = ePath
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsDialog
  9.   Caption = 'Disk Space Used'
  10.   ClientHeight = 152
  11.   ClientWidth = 348
  12.   Color = clBtnFace
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   KeyPreview = True
  20.   OldCreateOrder = False
  21.   OnCloseQuery = FormCloseQuery
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   OnKeyDown = FormKeyDown
  25.   OnShow = FormShow
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object L4: TLabel
  29.     Left = 8
  30.     Top = 12
  31.     Width = 37
  32.     Height = 13
  33.     Caption = 'Start In:'
  34.   end
  35.   object L5: TLabel
  36.     Left = 8
  37.     Top = 69
  38.     Width = 114
  39.     Height = 13
  40.     Caption = 'Scan depth (0 = no limit)'
  41.   end
  42.   object b4: TBevel
  43.     Left = 4
  44.     Top = 125
  45.     Width = 340
  46.     Height = 2
  47.     Anchors = [akLeft, akRight, akBottom]
  48.   end
  49.   object b3: TButton
  50.     Left = 265
  51.     Top = 89
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Close'
  55.     ModalResult = 1
  56.     TabOrder = 7
  57.   end
  58.   object p1: TPanel
  59.     Left = 0
  60.     Top = 0
  61.     Width = 375
  62.     Height = 122
  63.     BevelOuter = bvNone
  64.     TabOrder = 5
  65.     Visible = False
  66.     object L1: TLabel
  67.       Left = 20
  68.       Top = 23
  69.       Width = 40
  70.       Height = 13
  71.       Caption = 'Files: %s'
  72.     end
  73.     object L2: TLabel
  74.       Left = 20
  75.       Top = 40
  76.       Width = 53
  77.       Height = 13
  78.       Caption = 'Folders: %s'
  79.     end
  80.     object L6: TLabel
  81.       Left = 12
  82.       Top = 6
  83.       Width = 35
  84.       Height = 13
  85.       Caption = 'Results'
  86.     end
  87.     object L3: TLabel
  88.       Left = 21
  89.       Top = 56
  90.       Width = 98
  91.       Height = 13
  92.       Caption = 'Disk space used: %s'
  93.     end
  94.     object b2: TButton
  95.       Left = 265
  96.       Top = 89
  97.       Width = 75
  98.       Height = 25
  99.       Caption = 'Close'
  100.       Enabled = False
  101.       ModalResult = 1
  102.       TabOrder = 0
  103.       TabStop = False
  104.     end
  105.   end
  106.   object ePath: TEdit
  107.     Left = 8
  108.     Top = 27
  109.     Width = 334
  110.     Height = 21
  111.     TabOrder = 0
  112.   end
  113.   object sLevel: TSpinEdit
  114.     Left = 8
  115.     Top = 92
  116.     Width = 146
  117.     Height = 22
  118.     MaxValue = 0
  119.     MinValue = 0
  120.     TabOrder = 3
  121.     Value = 0
  122.   end
  123.   object b1: TButton
  124.     Left = 180
  125.     Top = 89
  126.     Width = 75
  127.     Height = 25
  128.     Caption = 'Check'
  129.     TabOrder = 4
  130.     OnClick = b1Click
  131.   end
  132.   object pb: TProgressBar
  133.     Left = 4
  134.     Top = 131
  135.     Width = 340
  136.     Height = 18
  137.     Anchors = [akLeft, akRight, akBottom]
  138.     Min = 0
  139.     Max = 0
  140.     TabOrder = 6
  141.   end
  142.   object cList: TCheckBox
  143.     Left = 8
  144.     Top = 52
  145.     Width = 294
  146.     Height = 17
  147.     Caption = 'List directories recursively (Not supported by all servers)'
  148.     TabOrder = 1
  149.     OnClick = cListClick
  150.   end
  151.   object cNoLinks: TCheckBox
  152.     Left = 8
  153.     Top = 70
  154.     Width = 297
  155.     Height = 17
  156.     Caption = 'Do not follow folder links'
  157.     TabOrder = 2
  158.     OnClick = cListClick
  159.   end
  160. end
  161.